home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_doc.zip / MAKEFILE < prev    next >
Encoding:
Text File  |  1993-01-12  |  104 b   |  5 lines

  1. #On the amiga with manx C 5.0 we have to use maze.ansi.c
  2.  
  3. maze: maze.ansi.o
  4.     ln maze.ansi.o -o maze -lc
  5.